﻿body{
background-image:url('poetextb.gif');
}
/* ===============================連結==================================== */
a {
	display:block;	/* 將超連結設定為區塊模式 */
	 width:160px;	/* 設定超連結區塊的寬度 */
	 height:25px;	/* 設定超連結區塊的高度 */
	/*background-image:url(button.jpg);  設定超連結的背景圖片 */
	/* line-height:30px;	設定超連結區塊的行高 */
	/* text-indent:45px;	設定超連結區塊的文字內縮 */
	text-decoration:none;	/* 去除超連結的底線 */
	color:#ffffff; /* 字色 */
	background:#1568db; /* 背景色 */
	border-radius:10px 10px 10px 10px; /* 外框圓弧 */
	padding:10px 0px; /* 邊緣距離 */
	text-align : center; /* 置中 */
	cursor:pointer; /* 移至上方-手 */
	box-shadow:2px 2px 5px #000000; /* 陰影 */
}
a:hover {
    background: #f47c20;
}
/* ======================================================================= */
/* ===============================標題字首放大==================================== */
.fb :first-letter {
font-size: 1.5em;
padding: 0.1em;
}
.fb :first-child:first-letter {
color: blue;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3),
             0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.fb :first-child:first-line {
color: inherit;
text-shadow:#f3f3f3 1px 1px 0px, #b2b2b2 1px 2px 0;
}
/* ======================================================================= */
input[type="text"],[type="password"]{
padding:5px 15px;
border:2px black solid;
text-align : center; /* 置中 */
background:#FFE7FF; /* 背景色 */
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }
textarea 
{
padding:5px 15px;
border:2px black solid;
background:#FFE7FF; /* 背景色 */
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
 }

select {width:240px; height:30px; overflow:hidden; background:#FFE7FF url('./arrow.png')  no-repeat 210px ; 
border:2px black solid;
cursor:pointer;
-moz-border-radius: 5px; /* Gecko browsers */ 
-webkit-border-radius: 5px; /* Webkit browsers */ 
border-radius:5px 
} 
select select { padding:5px; background:transparent; width:268px; font-size: 16px; border:none; height:30px; 
-webkit-appearance: none; /*for Webkit browsers*/ 
} 
/* ===============================標籤==================================== */
label {
cursor:pointer;/* 移至上方-手 */
/* cursor: hand;
 display : block;*/
position:relative;
color:#FF0000; /* 字色 */
top:2px;
}
/* ======================================================================= */
/* ===============================選擇==================================== */
input[type="radio"]:active{
cursor:pointer; 
/* cursor: hand;*/
position:relative;
top:2px;
}
/* ======================================================================= */
/* ===============================按鈕==================================== */
input[type="submit"]{
font:bold 14px Tahoma, Geneva, sans-serif;/* 字型 */
color:#ffffff; /* 字色 */
border:0px solid #ffffff;/* 邊框 */
text-shadow:0px -1px 1px #222222;/* 文字陰影效果 */
box-shadow:2px 2px 5px #000000;/* 按鈕陰影 */
-moz-box-shadow:2px 2px 5px #000000;/* moz Firefox 按鈕陰影 */
-webkit-box-shadow:2px 2px 5px #000000;/* webkit Chrome 按鈕陰影 */
border-radius:5px;/* IE 圓角 */
-moz-border-radius:5px 5px 5px 5px;/* moz Firefox 圓角 */
-webkit-border-radius:5px 5px 5px 5px;/* webkit Chrome 圓角 */
padding:5px 10px;/* 留白 */
cursor:pointer;/* 移至上方-手 */
margin:0 auto;/* 邊界 */
}
input[type="submit"]:active{
cursor:pointer;
position:relative;
top:2px;
}
input[type="submit"]:hover {
    background: #f47c20;
}
/* ===============================按鈕==================================== */
/* ===============================按鈕==================================== */
input[type="button"]{
font:bold 14px Tahoma, Geneva, sans-serif;/* 字型 */
color:#ffffff; /* 字色 */
border:0px solid #ffffff;/* 邊框 */
text-shadow:0px -1px 1px #222222;/* 文字陰影效果 */
box-shadow:2px 2px 5px #000000;/* 按鈕陰影 */
-moz-box-shadow:2px 2px 5px #000000;/* moz Firefox 按鈕陰影 */
-webkit-box-shadow:2px 2px 5px #000000;/* webkit Chrome 按鈕陰影 */
border-radius:5px;/* IE 圓角 */
-moz-border-radius:5px 5px 5px 5px;/* moz Firefox 圓角 */
-webkit-border-radius:5px 5px 5px 5px;/* webkit Chrome 圓角 */
padding:5px 10px;/* 留白 */
cursor:pointer;/* 移至上方-手 */
margin:0 auto;/* 邊界 */
}
input[type="button"]:active{
cursor:pointer;
position:relative;
top:2px;
}
input[type="button"]:hover {
    background: #f47c20;
}
/* ===============================按鈕==================================== */
.Bcolor1{
background:#1568db;/* 背景色 */
}
.Bcolor2{
background:#FF0000;/* 背景色 */
}
.BT1 {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.BT1:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.BT1:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
/* ===============================按鈕==================================== */

.hr0{ height:1px;border:none;border-top:1px dashed #0066CC;}
.hr1{ height:1px;border:none;border-top:1px solid #555555;}
.hr2{ height:3px;border:none;border-top:3px double red;}
.hr3{ height:5px;border:none;border-top:5px ridge green;}
.hr4{ height:10px;border:none;border-top:10px groove skyblue;}
table{
	border-collapse: collapse;;/* 表單單線 */
	/* width:100%;*/
	}
.table1 table{border-collapse: collapse;
		border:3px solid #000000;
		border-color:#000000; 
		width:100%;
		text-align:center;
		/*line-height:50px; */
		}

.table1 th { 
		background-color:#6666cc; /* 背景色 */
		color:#FFFFFF; /* 字色 */
		text-align:center; /* 置中 */
		border:3px solid #000000;
		line-height:32px;
		}
.table1 td {
		color:#000000;/* 字色 */
		text-align:center;/* 置中 */
		border:3px solid #000000;
		line-height:32px;
		}
.table1 tr:hover {
		background-color:#FF9;
		}
.table2 {
  border-collapse:collapse;
}
.table2 caption {
  padding:10px;
  font-size:24px;
  background-color:#f3f6f9;
}
.table2 th {
  padding:5px 0px;
  color:#fff;
  background-color:#915957;
}
.table2 td {
  padding:5px 0px;
  color:#555;
  text-align:center;
  background-color:#fff;
  border-bottom:1px solid #915957;
}
.table2 tfoot td {
  padding:5px 0px;
  text-align:center;
  background-color:#d6d6a5;
}
.table3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table3 th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table3 th:first-child {
	text-align: left;
	padding-left:20px;
}
.table3 tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table3 tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table3 tr {
	text-align: center;
	padding-left:20px;
}
.table3 td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table3 td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table3 tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table3 tr:last-child td {
	border-bottom:0;
}
.table3 tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table3 tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table3 tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.table4{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
	border-color:#000000; 
	border:1px solid #000000;
}


		
.table4 tbody th{
    color:#000000;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border: 1px solid #666666;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table4 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table4 tbody td{
    padding:10px;
    text-align:center;
    background-color:#FFF0F5;
    border: 1px solid #666666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table4 tr:hover td {
	background: #CCFF99;
	border: 2px solid #000000;
}
.st1{ background-color:#0066cc;color:#ffffff; text-align:center;}
.st1 td{ color:#ffffff; text-align:center;}
.fancytable{border:1px solid #cccccc; width:100%;border-collapse:collapse;}
.fancytable td{border:1px solid #cccccc; text-align:center;line-height:28px;}
.sexyborder{
     border:1px solid #0066cc; padding:5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
.gplab{
	cursor: hand;
	cursor:pointer;
	border-style:solid;
	border-color:#0000FF;
	border-width:2px;
	border-radius:5px;/* IE 圓角 */
	-moz-border-radius:5px 5px 5px 5px;/* moz Firefox 圓角 */
	-webkit-border-radius:5px 5px 5px 5px;/* webkit Chrome 圓角 */
	background:#FFCCFF; /* 背景色 */
	padding:5px 0px; /* 邊緣距離 */
	}
input.Big{
    width: 20px;
    height:20px;
}
.BGIMG{
font-family:"新細明體";
background-image:url('poetextb.gif');
}
fieldset {
	border:0;
	padding:10px;
	margin-bottom:
	10px;background:#EEE;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	background:-webkit-liner-gradient(top,#EEEEEE,#FFFFFF);
	background:linear-gradient(top,#EFEFEF,#FFFFFF);

	box-shadow:3px 3px 10px #666;
	-moz-box-shadow:3px 3px 10px #666;
	-webkit-box-shadow:3px 3px 10px #666;

	position:relative;
	}

legend {
	padding:5px 10px;
	background-color:#4F709F;
	color:#FFF;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	box-shadow:2px 2px 4px #666;
	-moz-box-shadow:2px 2px 4px #666;
	-webkit-box-shadow:2px 2px 4px #666;

	position:absolute;
	left:10px;top:-11px;
	}
/* ======================================================================= */
.Table_Blue {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Blue table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Blue tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Blue table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Blue table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Blue tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Blue tr:hover td{
	
}
.Table_Blue tr:nth-child(odd){ background-color:#aad4ff; }
.Table_Blue tr:nth-child(even)    { background-color:#ffffff; }
.Table_Blue td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:7px;
	text-align:center;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.Table_Blue tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Blue tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Blue tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Blue th{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);
	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Blue tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.Table_Blue tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Blue tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.Table_Blue tr:hover {
		background-color:#FF9;
		}
.Table_Orange {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Orange table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Orange tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Orange table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Orange table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Orange tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Orange tr:hover td{
	background-color:#FF9;
}
.Table_Orange tr:nth-child(odd){ background-color:#ffaa56; }
.Table_Orange tr:nth-child(even)    { background-color:#ffffff; }.Table_Orange td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	text-align:center;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table_Orange tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Orange tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Orange tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Orange th{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Orange tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.Table_Orange tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Orange tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.Table_Red {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Red table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Red tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Red table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Red table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Red tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Red tr:hover td{
	background-color:#FF9;
}
.Table_Red tr:nth-child(odd){ background-color:#ffc9c9; }
.Table_Red tr:nth-child(even)    { background-color:#ffffff; }.Table_Red td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	text-align:center;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.Table_Red tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Red tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Red tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Red th{
		background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);

	background-color:#ff0000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Red tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);

	background-color:#ff0000;
}
.Table_Red tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Red tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/* ===============================特殊顯示==================================== */
.Big_Red {
   border-top: 1px solid #96d1f8;
   background: #FF0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF0000));
   background: -webkit-linear-gradient(top, #FF0000, #FF0000);
   background: -moz-linear-gradient(top, #FF0000, #FF0000);
   background: -ms-linear-gradient(top, #FF0000, #FF0000);
   background: -o-linear-gradient(top, #FF0000, #FF0000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.Big_Blue {
   border-top: 1px solid #96d1f8;
   background: #0000FF;
   background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
   background: -webkit-linear-gradient(top, #0000FF, #0000FF);
   background: -moz-linear-gradient(top, #0000FF, #0000FF);
   background: -ms-linear-gradient(top, #0000FF, #0000FF);
   background: -o-linear-gradient(top, #0000FF, #0000FF);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.BBig_Blue {
   border-top: 1px solid #96d1f8;
   background: #0000FF;
   background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
   background: -webkit-linear-gradient(top, #0000FF, #0000FF);
   background: -moz-linear-gradient(top, #0000FF, #0000FF);
   background: -ms-linear-gradient(top, #0000FF, #0000FF);
   background: -o-linear-gradient(top, #0000FF, #0000FF);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f6f6f6;
   font-size: 20px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
/* ===============================特殊顯示==================================== */